home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-02-16 | 483 b | 18 lines | [TEXT/MPS ] |
- /*#include <OSUtils.h>
- #include <Windows.h>
- #include <QDOffscreen.h>
- #include <Memory.h>
- #include <ToolUtils.h>*/
-
- void DirectPlotColorIcon(long *icl8, PixMapHandle pm, short row, short col);
- void DirectHorizLine(PixMapHandle screenPixMap,
- short row,
- short col,
- register short length,
- register long lineColor);
- void DirectVertLine(PixMapHandle screenPixMap,
- short row,
- short col,
- register short length,
- register long lineColor);
-